//05 01 ºÃÓÑÐÅÏ¢#tagGMFriendInfo struct tagGMPlayerFrendInfo { DWORD TagID; }; struct tagGMFriendInfo { tagHead Head; DWORD PlayerID; WORD FriendCnt; tagGMPlayerFrendInfo Friends[FriendCnt]; //size = FriendCnt };